projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df190f4
)
tools/mtd-utils: fix PKG_MIRROR_MD5SUM
author
Felix Fietkau
<
[email protected]
>
Mon, 21 Sep 2015 17:18:52 +0000
(17:18 +0000)
committer
Felix Fietkau
<
[email protected]
>
Mon, 21 Sep 2015 17:18:52 +0000
(17:18 +0000)
The checksum doesn't match the file on mirror2.openwrt.org.
Signed-off-by: Matthias Schiffer <
[email protected]
>
SVN-Revision: 47010
tools/mtd-utils/Makefile
patch
|
blob
|
history
diff --git
a/tools/mtd-utils/Makefile
b/tools/mtd-utils/Makefile
index e06d1379a1eb97ddecbd64683529fcf02b977ee9..b86317956d5c4d8aef60fc6033e888dc16b49a66 100644
(file)
--- a/
tools/mtd-utils/Makefile
+++ b/
tools/mtd-utils/Makefile
@@
-14,7
+14,7
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_MIRROR_MD5SUM:=
154592f5bbb01e1e98bdd26c8a592305
+PKG_MIRROR_MD5SUM:=
9fe0518213feddacd1842935dddeb6c8
PKG_CAT:=zcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)